home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / CPSSYM.H_ / cpssym.h
Encoding:
C/C++ Source or Header  |  2003-02-21  |  780 b   |  29 lines

  1.  /*----------------------------------------------------------------------------
  2.     CpsSym.h
  3.   
  4.     Symbol file for entry into registry
  5.  
  6.     Copyright (c) 1997-1998 Microsoft Corporation
  7.     All rights reserved.
  8.  
  9.     Authors:
  10.         t-geetat    Geeta Tarachandani
  11.  
  12.     History:
  13.     6/2/97    t-geetat    Created
  14.   --------------------------------------------------------------------------*/
  15.  
  16. #define OBJECT_CPS_SERVER        0
  17.  
  18. #define COUNTER_TOTAL_HITS        2
  19. #define COUNTER_NO_UPGRADE        4
  20. #define    COUNTER_DELTA_UPGRADE    6
  21. #define    COUNTER_FULL_UPGRADE    8
  22. #define COUNTER_ERRORS            10
  23.  
  24. #define COUNTER_TOTAL_HITS_PER_SEC        12
  25. #define COUNTER_NO_UPGRADE_PER_SEC        14
  26. #define    COUNTER_DELTA_UPGRADE_PER_SEC    16
  27. #define    COUNTER_FULL_UPGRADE_PER_SEC    18
  28. #define COUNTER_ERRORS_PER_SEC            20
  29.